runtime.moduledata.textsectmap (field)
7 uses
	runtime (current package)
		symtab.go#L412: 	textsectmap []textsect
		symtab.go#L664: 	if len(md.textsectmap) > 1 {
		symtab.go#L665: 		for i, sect := range md.textsectmap {
		symtab.go#L667: 			if off >= sect.vaddr && off < sect.end || (i == len(md.textsectmap)-1 && off == sect.end) {
		symtab.go#L688: 	if len(md.textsectmap) > 1 {
		symtab.go#L689: 		for i, sect := range md.textsectmap {
		symtab.go#L696: 			if i == len(md.textsectmap)-1 {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |